home *** CD-ROM | disk | FTP | other *** search
/ Multicollection 5 Soft 1997 / Multicollection 5 soft 1997 (Win NT 4.0 Work, Serv, OS2).iso / osr2.pe / msbatch.xpr < prev    next >
Encoding:
Text File  |  1996-12-06  |  3.8 KB  |  148 lines

  1. ;  This batch is for use in OEM Factory preload ONLY.
  2. ; This empty section will avoid the printer installer applet in runonce
  3.  
  4. [Printers]
  5.  
  6. [Printers]
  7.  
  8. [Setup]
  9. Reboot=1
  10. Express=1
  11. Verify=0
  12. InstallDir=c:\windows
  13. NoPrompt2Boot=1
  14. EBD=0
  15. ChangeDir=0
  16. OptionalComponents=1
  17. ProductType=1
  18. Network=0
  19. System=0
  20. CCP=0
  21. CleanBoot=0
  22. Display=0
  23. PenWinWarning=0
  24. InstallType=3
  25. DevicePath=0
  26. VRC=0
  27. Uninstall=0
  28. Chkdsk=0
  29. ;[System]
  30. ; Monitor=INF_description in MONITOR.INF
  31. ;
  32. ; Set color depth and resolution
  33. ;   Syntax: DisplChar=Colordepth, x, y where:
  34. ;   Colordepth is in bits for pixel, x is horizontal resolution and y is
  35. ;   vertical resolution. For example:
  36. ; DisplChar=15,800,600
  37.  
  38. [NameAndOrg]
  39. Name="Unregistered"
  40. Org="OEM Preinstall"
  41. Display=0
  42.  
  43. [InstallLocationsMRU]
  44. A:\
  45. D:\WIN95
  46. C:\WINDOWS\OPTIONS\CABS
  47.  
  48. [Network]
  49. Display=0
  50. ComputerName=OEMComputer
  51. Workgroup=OEMWorkgroup
  52. ;Description=
  53. Clients=vredir
  54. ;Protocols=
  55. ;Services=
  56. IgnoreDetectedNetCards=1
  57.  
  58. [Install]
  59. ; caveat, the following line is replaced during OPK construction
  60. addreg=OPKInstall, OPKExpress
  61. delreg=OPKInitShell, OPKExpressTemp
  62. updateinis=OPKProduct
  63.  
  64. [OPKInstall]
  65. ; The following line suppresses the interactive setup of Exchange during
  66. ; runonce.
  67. HKLM,Software\Microsoft\Exchange\Client\Options,SilentRunning,,"1"
  68. ; The following line changes the product type after the first part of
  69. ; setup is complete to activate OEM install features.
  70. HKLM,Software\Microsoft\Windows\CurrentVersion,"ProductType",,"9"
  71. ; The line below deletes Welcome applet for factory configuration portion
  72. ; of Express setup so it doesn't pop up over the Notepad message.
  73. HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\Tips,show,1,00
  74.  
  75. [OPKInitShell]
  76. ; The line below is used in conjunction with the tips line above to remove
  77. ; the Welcome applet.
  78. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,InitShell,,
  79. ; This section applies to Express mode only.
  80.  
  81. [OPKExpress]
  82. ; The line below turns off the user logon going into Windows (needed for
  83. ; factory configuration portion of Express setup).
  84. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Network\Real Mode Net","autologon",1,00000000
  85. ; The line belows forces windows 95 into audit mode so that the correct
  86. ; runonce sequence occurs (factory runonce options are executed)
  87. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","ProductId",,""
  88. ; The OEMRESET OEM Preload tool resets registry entries like the Autologon.
  89. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\setup","OEMRemoveNet",,1
  90. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","OEMCleanup",,"C:\WINDOWS\OPTIONS\OEMRESET.EXE"
  91. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","OEMReset",,1
  92.  
  93. [OPKProduct]
  94. %17%\setuppp.inf,data,,"ProductType=9"
  95.  
  96. [Strings]
  97. SetTimeZone_Desc="Time zone"
  98. Grpconv_DESC="Programs on the Start menu" ;MUST MATCH EXACTLY WITH Grpconv_Desc in 0x0400.INX
  99.  
  100. [OptionalComponents]
  101. "Accessories"=1
  102. "Communications"=1
  103. "Disk Tools"=1
  104. "Multimedia"=1
  105. "Screen Savers"=1
  106. "Disk compression tools"=1
  107. "Paint"=1
  108. "HyperTerminal"=1
  109. "Defrag"=1
  110. "Calculator"=1
  111. "Backup"=1
  112. "Phone Dialer"=1
  113. "Flying Windows"=1
  114. "Desktop Wallpaper"=1
  115. "OpenGL Screen Savers"=1
  116. "Additional Screen Savers"=1
  117. "Games"=1
  118. "System Resource Meter"=1
  119. "Microsoft Fax"=1
  120. "Desktop Management"=0
  121. "Accessibility Options"=1
  122. "Imaging"=1
  123. "The Microsoft Network"=1
  124. "Audio Compression"=0
  125. "Video Compression"=1
  126. "Sound Recorder"=0
  127. "Volume Control"=0
  128. "Media Player"=1
  129. "Microsoft NetMeeting"=1
  130. "Windows Messaging"=1
  131. "Microsoft Mail Services"=1
  132. "Briefcase"=1
  133. "Document Templates"=1
  134. "WordPad"=1
  135. "Dial-Up Networking"=0
  136. "Direct Cable Connection"=0
  137. "Mouse Pointers"=1
  138. "Windows 95 Tour"=1
  139. "Online User's Guide"=1
  140. "System Monitor"=1
  141. "Net Watcher"=0
  142. "Character Map"=1
  143. "Quick View"=1
  144. "Multimedia Sound Schemes"=0
  145. "Sample Sounds"=0
  146. "CD Player"=0
  147. "Multi-Language support"=1
  148.